C#基元类型

FCL类型

CLS相容

Sbyte

System.Sbyte

byte

System.Byte

short

System.Int16

ushort

System.UInt16

int

System.Int32

uint

System.UInt32

Long

System.Int64

ulong

System.UInt64

char

System.Char

float

System.Single

double

System.Double

bool

System.Boolean

decimal

System.Decimal

object

System.Object

string

System.String

相关文章:

  • 2021-08-01
  • 2021-11-15
  • 2022-01-05
  • 2022-12-23
  • 2022-01-04
  • 2022-01-17
  • 2022-12-23
猜你喜欢
  • 2022-02-17
  • 2021-06-21
  • 2021-06-08
  • 2022-01-13
  • 2021-08-14
  • 2021-08-08
相关资源
相似解决方案