Ir al contenido
Convertir un carácter a un número entero desde PowerShell (PowerShell)
PowerShell
PowerShell
[Int]'A'[0] [Int]'AB'[0] [Int]'AB'[1]
1
2
3
[
Int
]
'A'
[
0
]
[
Int
]
'AB'
[
0
]
[
Int
]
'AB'
[
1
]