点击或拖拽改变大小

__Symbol.IConvertible.ToUInt32 方法

X#
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
METHOD IConvertible.ToUInt32(
	provider AS IFormatProvider
) AS DWORD
查看代码

参数

provider
类型:IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

返回值

类型:UInt32
An 32-bit unsigned integer equivalent to the value of this instance.

实现

ToUInt32(IFormatProvider)
参见