Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 361 Bytes

File metadata and controls

14 lines (9 loc) · 361 Bytes

InvariantConvert.TryParseInt32 method

Converts the string to a value using the invariant culture.

public static int? TryParseInt32(string? text)

See Also