| 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
)
Public Sub New (
value As String
)
public:
Utf8String(
String^ value
)
new :
value : string -> Utf8String
Parameters
- value
- Type: SystemString
The String to set the value to. May be .
See Also