UnixEncoding
EscapeByte
Instance
UnixEncoding()
Equals(Object)
GetByteCount(String)
GetByteCount(Char[], Int32, Int32)
GetBytes(String)
GetBytes(Char*, Int32, Byte*, Int32)
GetBytes(Char[], Int32, Int32, Byte[], Int32)
GetBytes(String, Int32, Int32, Byte[], Int32)
GetCharCount(Byte[], Int32, Int32)
GetChars(Byte[], Int32, Int32, Char[], Int32)
GetDecoder()
GetEncoder()
GetHashCode()
GetMaxByteCount(Int32)
GetMaxCharCount(Int32)
GetPreamble()
monoandroid
namespace Mono.Unix
{
public class UnixEncoding : Encoding
{
public override byte[] GetPreamble();
}
}
| Xamarin Android | 0.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Posix , Version=2.0.5.0, PublicKeyToken=0738eb9f132ed756 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API