C# Class MD.CloudConnect.Tools.Base64Decoder

Afficher le fichier Open project: mobile-devices/cloudconnect_dotnet_client

Méthodes publiques

Méthode Description
GetValueAsBool ( string b64_value ) : bool
GetValueAsInt ( string b64_value ) : int
GetValueAsString ( string b64_value ) : string

Method Details

GetValueAsBool() public static méthode

public static GetValueAsBool ( string b64_value ) : bool
b64_value string
Résultat bool

GetValueAsInt() public static méthode

public static GetValueAsInt ( string b64_value ) : int
b64_value string
Résultat int

GetValueAsString() public static méthode

public static GetValueAsString ( string b64_value ) : string
b64_value string
Résultat string