C# Class MD.CloudConnect.Tools.Base64Decoder

Mostrar archivo Open project: mobile-devices/cloudconnect_dotnet_client

Public Methods

Method Description
GetValueAsBool ( string b64_value ) : bool
GetValueAsInt ( string b64_value ) : int
GetValueAsString ( string b64_value ) : string

Method Details

GetValueAsBool() public static method

public static GetValueAsBool ( string b64_value ) : bool
b64_value string
return bool

GetValueAsInt() public static method

public static GetValueAsInt ( string b64_value ) : int
b64_value string
return int

GetValueAsString() public static method

public static GetValueAsString ( string b64_value ) : string
b64_value string
return string