'Declaration
Protected Shared Function ParsePercent( _ ByVal text As String, _ ByVal cultureInfo As IFormatProvider _ ) As Decimal
'Usage
Dim text As String Dim cultureInfo As IFormatProvider Dim value As Decimal value = NumericUpDown(Of T).ParsePercent(text, cultureInfo)
protected static decimal ParsePercent( string text, IFormatProvider cultureInfo )
Parameters
- text
- cultureInfo