C# Class Clippy.Core.NumberParsingExtensions

Afficher le fichier Open project: 24hr/Clippy

Méthodes publiques

Méthode Description
ParseInt ( this text, int fallBack ) : int
ParseIntNullable ( this text ) : int?
ParseLong ( this text, long fallBack ) : long
ParseLongNullable ( this text ) : long?
ParseUInt ( this text, uint fallBack ) : uint
ParseUIntNullable ( this text ) : uint?
ParseULong ( this text, ulong fallBack ) : ulong
ParseULongNullable ( this text ) : ulong?

Method Details

ParseInt() public static méthode

public static ParseInt ( this text, int fallBack ) : int
text this
fallBack int
Résultat int

ParseIntNullable() public static méthode

public static ParseIntNullable ( this text ) : int?
text this
Résultat int?

ParseLong() public static méthode

public static ParseLong ( this text, long fallBack ) : long
text this
fallBack long
Résultat long

ParseLongNullable() public static méthode

public static ParseLongNullable ( this text ) : long?
text this
Résultat long?

ParseUInt() public static méthode

public static ParseUInt ( this text, uint fallBack ) : uint
text this
fallBack uint
Résultat uint

ParseUIntNullable() public static méthode

public static ParseUIntNullable ( this text ) : uint?
text this
Résultat uint?

ParseULong() public static méthode

public static ParseULong ( this text, ulong fallBack ) : ulong
text this
fallBack ulong
Résultat ulong

ParseULongNullable() public static méthode

public static ParseULongNullable ( this text ) : ulong?
text this
Résultat ulong?