Home > Net >  And c # data conversion (turn)
And c # data conversion (turn)

Time:10-07

ToChar type conversion into a single Unicode character type
ToDateTime convert type (integer or a string type) to date - time structure
ToDecimal floating point or integer type is converted to a decimal type
ToDouble type conversion into double-precision floating-point type
ToInt16 ToInt32/ToInt64 type conversion into 16/32/64 - bit integer type
The ToString convert type to string type
ToType convert type to specify the type
ToUInt16 type conversion as a 16-bit unsigned integer type

CodePudding user response:

These are the Convert members of the class, can be called directly
  •  Tags:  
  • C#
  • Related