SetFormatString Method (GeneralFormatter)
Sets the format string used to format values.
'Declaration
Public Sub SetFormatString( _
ByVal As String, _
ByVal As Boolean _
)
'Usage
Dim instance As GeneralFormatter
Dim value As String
Dim isDateFormat As Boolean
instance.SetFormatString(value, isDateFormat)
Parameters
- value
- Format string
- isDateFormat
- Whether to consider a number as a date and time