'Declaration Function defaultFormat( _ ByVal dataType As DataType, _ ByVal percentage As Nullable(Of Boolean) _ ) As String
string defaultFormat( DataType dataType, Nullable<bool> percentage )
Parameters
- dataType
- percentage
'Declaration Function defaultFormat( _ ByVal dataType As DataType, _ ByVal percentage As Nullable(Of Boolean) _ ) As String
string defaultFormat( DataType dataType, Nullable<bool> percentage )