  | Utf8StringParse(String, IFormatProvider) Method | 
Parses a string into a value.
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static Utf8String Parse(
	string s,
	IFormatProvider? provider
)
Public Shared Function Parse ( 
	s As String,
	provider As IFormatProvider
) As Utf8String
public:
static Utf8String^ Parse(
	String^ s, 
	IFormatProvider^ provider
)
static member Parse : 
        s : string * 
        provider : IFormatProvider -> Utf8String Parameters
- s  String
 - The string to parse.
 - provider  IFormatProvider
 - An object that provides culture-specific formatting information about s.
 
Return Value
Utf8StringThe result of parsing 
s.
Implements
IParsableTSelfParse(String, IFormatProvider)
Exceptions
See Also