ElementBaseGetIntLength Method |
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static int GetIntLength(
byte value
)
Public Shared Function GetIntLength (
value As Byte
) As Integer
public:
static int GetIntLength(
unsigned char value
)
static member GetIntLength :
value : byte -> int
Parameters
- value
- Type: SystemByte
Return Value
Type:
Int32
See Also