>DansTonCode();

Citation de code source en C#250

  9 May 2016 à 01:30
private string HexToInt(string Value)
{
    string str;
    try
    {
        str = Value;
    }
    catch (Exception exception)
    {
        Trace.Log("Error with HexToInt :");
        Trace.LogException(exception);
        throw;
    }
    return str;
}

Allez voir les citations similaires

Partagez cette citation