Click or drag to resize

Utf8StringParse(String, IFormatProvider) Method

Parses a string into a value.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static Utf8String Parse(
	string s,
	IFormatProvider? provider
)

Parameters

s  String
The string to parse.
provider  IFormatProvider
An object that provides culture-specific formatting information about s.

Return Value

Utf8String
The result of parsing s.

Implements

IParsableTSelfParse(String, IFormatProvider)
Exceptions
ExceptionCondition
ArgumentNullExceptions is .
FormatExceptions is not in the correct format.
OverflowExceptions is not representable by TSelf.
See Also