'DeclarationPublic Function ToSingle( _ ByVal provider As System.IFormatProvider _ ) As System.Single
'UsageDim instance As NVariant Dim provider As System.IFormatProvider Dim value As System.Single value = instance.ToSingle(provider)
public System.float ToSingle( System.IFormatProvider provider )
Parameters
- provider