 | Utf8String(String) Constructor |
Initializes a new instance of the
Utf8String class using the specified string.
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic Utf8String(
string? value
)
Public Sub New (
value As String
)
public:
Utf8String(
String^ value
)
new :
value : string -> Utf8String
Parameters
- value String
- The String to set the value to. May be .
See Also