Class Base64
Inheritance
System.Object
Base64
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Base.Helper
Assembly: Simplic.Framework.Base.dll
Syntax
public class Base64
Methods
| Improve this Doc View SourceBase64DecodeBytes(String)
Base64 Decode mit byte[] als Rückgabe sinnvoll für codierte Binärdaten
Declaration
public static byte[] Base64DecodeBytes(string base64)
Parameters
Type | Name | Description |
---|---|---|
System.String | base64 |
Returns
Type | Description |
---|---|
System.Byte[] |
Base64DecodeString(String)
Base64 Decode mit string als Rückgabe
Declaration
public static string Base64DecodeString(string base64)
Parameters
Type | Name | Description |
---|---|---|
System.String | base64 |
Returns
Type | Description |
---|---|
System.String |