Click or drag to resize

Utf8String Constructor (String)

Initializes a new instance of the Utf8String class using the specified string.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public Utf8String(
	string value
)

Parameters

value
Type: SystemString
The String to set the value to. May be .
See Also