Click or drag to resize
UtilityCreateStringFromTypeValue Method
Creates string from a 32-bit value. This can be used to convert FourCC read as ints to be converted to a string.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static string CreateStringFromTypeValue(
	uint value
)

Parameters

value
Type: SystemUInt32
The value.

Return Value

Type: String
The new string from 4-byte value.
See Also