EbcdicManager.GetBytes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetBytes(String) | |
| GetBytes(String, Byte[], Int32) |
GetBytes(String)
public:
virtual cli::array <System::Byte> ^ GetBytes(System::String ^ s);
public byte[] GetBytes (string s);
abstract member GetBytes : string -> byte[]
override this.GetBytes : string -> byte[]
Public Function GetBytes (s As String) As Byte()
Parameters
- s
- String
Returns
- Byte[]
Implements
Applies to
GetBytes(String, Byte[], Int32)
public:
virtual int GetBytes(System::String ^ s, cli::array <System::Byte> ^ abyte0, int i);
public int GetBytes (string s, byte[] abyte0, int i);
abstract member GetBytes : string * byte[] * int -> int
override this.GetBytes : string * byte[] * int -> int
Public Function GetBytes (s As String, abyte0 As Byte(), i As Integer) As Integer
Parameters
- s
- String
- abyte0
- Byte[]
- i
- Int32