HasCulture(string)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Method in Cultures
Returns a boolean value indicating whether name
is a valid identifier for retrieving a Culture fromGetCulture(string) .
public static bool HasCulture(string name)
string
name
true
if name is a valid Culture name; false
otherwise.