Exemplo n.º 1
0
 // Temporary until full implementation.
 private static object Parse(string raw)
 {
     object value = BLObject.Parse(raw);
     if (value != null)
         return value;
     return raw;
 }
Exemplo n.º 2
0
Arquivo: BLIO.cs Projeto: mopioid/BLIO
    // Temporary until full implementation.
    private static object Parse(string raw)
    {
        object value = BLObject.Parse(raw);

        if (value != null)
        {
            return(value);
        }
        return(raw);
    }