public class IntegerCompat extends Object
Constructor and Description |
---|
IntegerCompat() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equalsWithNulls(Integer i1,
Integer i2)
Compare two integers safely even if one or both are nulls
|
static boolean |
TryParse(String value,
NumberStyles integer,
CultureInfo currentCulture,
RefObject<Integer> tempRefObject) |
static boolean |
TryParse(String value,
RefObject<Integer> intRef) |
public static boolean TryParse(String value, NumberStyles integer, CultureInfo currentCulture, RefObject<Integer> tempRefObject)
Copyright © 2012. All Rights Reserved.