Encoding::GetBytes Method (Char*, Int32, Byte*, Int32)
Silverlight
This member can be used only by trusted applications. If you try to use this member in a partial-trust application, your code will throw a MethodAccessException exception. This member is security-critical, which restricts its use.
Assembly: mscorlib (in mscorlib.dll)
The actual number of bytes written at the location indicated by the bytes parameter.
[SECURITY CRITICAL]
This API is not CLS-compliant.
Namespace:
System.TextWhen 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.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- chars
- Type: System::Char*
A pointer to the first character to encode.
- charCount
- Type: System::Int32
The number of characters to encode.
- bytes
- Type: System::Byte*
A pointer to the location at which to start writing the resulting sequence of bytes.
- byteCount
- Type: System::Int32
The maximum number of bytes to write.
Return Value
Type: System::Int32The actual number of bytes written at the location indicated by the bytes parameter.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: