Method getBytes
getBytes(String, String)
Declaration
public static sbyte[] getBytes(this string str, string encoding)
Parameters
Type | Name | Description |
---|---|---|
System.String | str | |
System.String | encoding |
Returns
Type | Description |
---|---|
System.SByte[] |
getBytes(String, Encoding)
Declaration
public static byte[] getBytes(this string str, Encoding encoding)
Parameters
Type | Name | Description |
---|---|---|
System.String | str | |
Encoding | encoding |
Returns
Type | Description |
---|---|
System.Byte[] |