XMLDA.NET Reference
DataBindFormat Constructor(String)
See Also  Send Feedback
xmldanet Namespace > DataBindFormat Class > DataBindFormat Constructor : DataBindFormat Constructor(String)

fmt
Formatting definition string as supported by .NET ToString() for numeric and DateTime types.

Glossary Item Box

Constructor setting the define format string and initializing the other parameters for data type void (VT_EMPTY) and no transformation.

Syntax

Visual Basic (Usage)Copy Code
Dim fmt As String
 
Dim instance As New DataBindFormat(fmt)
C# 
public DataBindFormat( 
   string fmt
)

Parameters

fmt
Formatting definition string as supported by .NET ToString() for numeric and DateTime types.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.