Click or drag to resize
MyStorageDataFromBase64 Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Voxels.MyStorageData.FromBase64(System.String)"]

Namespace: VRage.Voxels
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static MyStorageData FromBase64(
	string str
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:VRage.Voxels.MyStorageData.FromBase64(System.String)"]

Return Value

Type: MyStorageData

[Missing <returns> documentation for "M:VRage.Voxels.MyStorageData.FromBase64(System.String)"]

See Also