'DeclarationPublic Function ToUInt32( _ ByVal provider As IFormatProvider _ ) As UInteger
'UsageDim instance As Note Dim provider As IFormatProvider Dim value As UInteger value = instance.ToUInt32(provider)
public uint ToUInt32( IFormatProvider provider )
Parameters
- provider