Bytes2you.Validation.UnitTests.Testing.Mocks.CustomIConvertibleStruct.ToUInt32 C# (CSharp) Method

ToUInt32() public method

public ToUInt32 ( IFormatProvider provider ) : uint
provider IFormatProvider
return uint
        public uint ToUInt32(IFormatProvider provider)
        {
            throw new NotImplementedException();
        }