System.Convert.Convert.ToUInt32 C# (CSharp) Method

ToUInt32() private method

private ToUInt32 ( DateTime value ) : uint
value DateTime
return uint
		public static uint ToUInt32 (DateTime value)
		{
			throw new InvalidCastException ("This conversion is not supported.");
		}
		

Same methods

Convert.Convert::ToUInt32 ( bool value ) : uint
Convert.Convert::ToUInt32 ( byte value ) : uint
Convert.Convert::ToUInt32 ( char value ) : uint
Convert.Convert::ToUInt32 ( decimal value ) : uint
Convert.Convert::ToUInt32 ( double value ) : uint
Convert.Convert::ToUInt32 ( float value ) : uint
Convert.Convert::ToUInt32 ( int value ) : uint
Convert.Convert::ToUInt32 ( long value ) : uint
Convert.Convert::ToUInt32 ( object value ) : uint
Convert.Convert::ToUInt32 ( object value, IFormatProvider provider ) : uint
Convert.Convert::ToUInt32 ( sbyte value ) : uint
Convert.Convert::ToUInt32 ( short value ) : uint
Convert.Convert::ToUInt32 ( string value ) : uint
Convert.Convert::ToUInt32 ( string value, IFormatProvider provider ) : uint
Convert.Convert::ToUInt32 ( string value, int fromBase ) : uint
Convert.Convert::ToUInt32 ( uint value ) : uint
Convert.Convert::ToUInt32 ( ulong value ) : uint
Convert.Convert::ToUInt32 ( ushort value ) : uint