Click or drag to resize

XmlStreamDeserializationInfoGetArrayOfPrimitiveTypeBase64 Method

Reads an array of primitive values encoded as Base64 into the provided destination array.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetArrayOfPrimitiveTypeBase64(
	Array val,
	int count,
	int sizeOfElement
)

Parameters

val  Array
The destination array.
count  Int32
The number of elements to read.
sizeOfElement  Int32
The size of each array element in bytes.
See Also