'Usage
Dim instance As TypeMemberInfo Dim format As String Dim value As String value = instance.ToString(format)
Parameters
- format
- A standard or custom format string (see Remarks).
'Usage
Dim instance As TypeMemberInfo Dim format As String Dim value As String value = instance.ToString(format)
The format parameter should contain either a standard format specifier or a custom format pattern that defines the format of the returned string. If format is null
or an empty string, the general format specifier, 'G', is used.
This method uses formatting information derived from the current culture.