ASCIIEncoding GetBytes Method SSH .NET Client Library Documentation
Overload List

  NameDescription
Public methodOnlineGetBytes( Char )
When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
(Inherited from OnlineEncoding.)
Public methodOnlineGetBytes(String)
When overridden in a derived class, encodes all the characters in the specified OnlineString into a sequence of bytes.
(Inherited from OnlineEncoding.)
Public methodOnlineGetBytes( Char , Int32, Int32)
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.
(Inherited from OnlineEncoding.)
Public methodOnlineGetBytes(Char*, Int32, Byte*, Int32)
When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.
(Inherited from OnlineEncoding.)
Public methodOnlineGetBytes(String, Int32, Int32,  Byte , Int32)
When overridden in a derived class, encodes a set of characters from the specified OnlineString into the specified byte array.
(Inherited from OnlineEncoding.)
Public methodGetBytes( Char , Int32, Int32,  Byte , Int32)
Encodes a set of characters from the specified character array into the specified byte array.
(Overrides OnlineEncoding GetBytes( Char , Int32, Int32,  Byte , Int32).)
Back to Top
See Also