Searched defs:TryParse (Results 1 – 7 of 7) sorted by relevance
199 public static bool TryParse(string s, out BitsValue bv) in TryParse() method255 public static bool TryParse(string s, out BitsRange br) in TryParse() method
15 public static bool TryParse(byte[] bytes, out BulkOnlyTransportCommandBlockWrapper cbw) in TryParse() method
185 public static bool TryParse(string command, out ParsedCommand parsed) in TryParse() method in Antmicro.Renode.Peripherals.Network.AtCommandModem.ParsedCommand
20 public bool TryParse(string input, Type outputType, out object result) in TryParse() method in Antmicro.Renode.Utilities.SmartParser
101 public static bool TryParse(string type, out LogLevel logLevel) in TryParse() method in Antmicro.Renode.Logging.LogLevel
127 public static bool TryParse(string str, out MACAddress result) in TryParse() method
32 public static bool TryParse(string input, out TimeInterval output) in TryParse() method