ActiveTransportLoader.checkActiveTransportString C# (CSharp) Méthode

checkActiveTransportString() private méthode

private checkActiveTransportString ( string value ) : string
value string
Résultat string
    private string checkActiveTransportString(string value)
    {
        if (String.IsNullOrEmpty(value))
          {
        Debug.Log("Error: Empty field");
        return "";
          }
        return value;
    }