HelperDecodeFromBase64 Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic string DecodeFromBase64(
string base64Text
)
Public Function DecodeFromBase64 (
base64Text As String
) As String
Parameters
- base64Text
- Type: SystemString
Return Value
Type:
String
See Also