Click or drag to resize
Akka.NETByteStringFromString Method
Overload List
  NameDescription
Public methodStatic memberFromString(String)
Creates a new ByteString which will contain the UTF-8 representation of the given String
Public methodStatic memberFromString(String, Encoding)
Creates a new ByteString which will contain the representation of the given String in the given charset
Top
See Also