TryParse

FontWeight.TryParse method

Probeert een opgegeven tekenreeks te ontleden en een geldige FontWeight-instantie te retourneren op success

public static bool TryParse(string input, out FontWeight result)
Parameter Type Beschrijving
input String Invoertekenreeks om te ontleden
result FontWeight& Geldige FontWeight-waarde bij succes ofNormal op falen

Winstwaarde

Geslaagd (true) of falen (false) van de parsing

Zie ook