Quantcast
Channel: Array diferente
Viewing all articles
Browse latest Browse all 5

Array diferente

0
0

Olá pessoal,

 

Eu estou tentando converter esse tipo de Array do PHP para o C#:

 

$character=array

        (

            "0"=>"48",

            "1"=>"49",

            "2"=>"50",

            "3"=>"51",

            "4"=>"52",

            "5"=>"53",

            "6"=>"54",

            "7"=>"55",

            "8"=>"56",

            "9"=>"57",

        };

 

Como fazer esse tipo de Array em C#? Por exemplo, teria que retornar 0 se o valor for 48... compliquei um pouco para entender isso ai, alguém pode me dar uma ajuda? Obrigado!


Viewing all articles
Browse latest Browse all 5

Latest Images





Latest Images