C# Class BraintreeEncryption.Library.BouncyCastle.Util.Strings

General string utilities.
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

Méthode Description
FromAsciiByteArray ( byte bytes ) : string
FromByteArray ( byte bs ) : string
FromUtf8ByteArray ( byte bytes ) : string
ToAsciiByteArray ( char cs ) : byte[]
ToAsciiByteArray ( string s ) : byte[]
ToByteArray ( char cs ) : byte[]
ToByteArray ( string s ) : byte[]
ToUtf8ByteArray ( char cs ) : byte[]
ToUtf8ByteArray ( string s ) : byte[]

Private Methods

Méthode Description
IsOneOf ( string s ) : bool
Strings ( ) : System

Method Details

FromAsciiByteArray() public static méthode

public static FromAsciiByteArray ( byte bytes ) : string
bytes byte
Résultat string

FromByteArray() public static méthode

public static FromByteArray ( byte bs ) : string
bs byte
Résultat string

FromUtf8ByteArray() public static méthode

public static FromUtf8ByteArray ( byte bytes ) : string
bytes byte
Résultat string

ToAsciiByteArray() public static méthode

public static ToAsciiByteArray ( char cs ) : byte[]
cs char
Résultat byte[]

ToAsciiByteArray() public static méthode

public static ToAsciiByteArray ( string s ) : byte[]
s string
Résultat byte[]

ToByteArray() public static méthode

public static ToByteArray ( char cs ) : byte[]
cs char
Résultat byte[]

ToByteArray() public static méthode

public static ToByteArray ( string s ) : byte[]
s string
Résultat byte[]

ToUtf8ByteArray() public static méthode

public static ToUtf8ByteArray ( char cs ) : byte[]
cs char
Résultat byte[]

ToUtf8ByteArray() public static méthode

public static ToUtf8ByteArray ( string s ) : byte[]
s string
Résultat byte[]