Bridge

Int64 ExplicitNarrowingExplicitExplicitExplicit Conversion (Int64 to UInt32)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static explicit operator uint (
	long value
)
Public Shared Narrowing Operator CType ( _
	value As Long _
) As UInteger
static explicit operator unsigned int^ (
	long long^ value
)

Parameters

value
Type: System..::..Int64