C# Class cn.jpush.api.util.StringUtil

ファイルを表示 Open project: jpush/jpush-api-csharp-client

Public Methods

Method Description
IsDateTime ( String datetime ) : System.Boolean
IsInt ( string value ) : bool
IsMobile ( String mobile ) : System.Boolean
IsNumber ( String strNumber ) : bool
IsNumeric ( string value ) : bool
IsTime ( String time ) : System.Boolean
IsTimeunit ( String time_unit ) : System.Boolean
IsUnsign ( string value ) : bool
IsValidAlias ( String alias ) : System.Boolean
IsValidName ( String name ) : System.Boolean
IsValidTag ( String tag ) : System.Boolean
arrayToString ( String values ) : String

Method Details

IsDateTime() public static method

public static IsDateTime ( String datetime ) : System.Boolean
datetime String
return System.Boolean

IsInt() public static method

public static IsInt ( string value ) : bool
value string
return bool

IsMobile() public static method

public static IsMobile ( String mobile ) : System.Boolean
mobile String
return System.Boolean

IsNumber() public static method

public static IsNumber ( String strNumber ) : bool
strNumber String
return bool

IsNumeric() public static method

public static IsNumeric ( string value ) : bool
value string
return bool

IsTime() public static method

public static IsTime ( String time ) : System.Boolean
time String
return System.Boolean

IsTimeunit() public static method

public static IsTimeunit ( String time_unit ) : System.Boolean
time_unit String
return System.Boolean

IsUnsign() public static method

public static IsUnsign ( string value ) : bool
value string
return bool

IsValidAlias() public static method

public static IsValidAlias ( String alias ) : System.Boolean
alias String
return System.Boolean

IsValidName() public static method

public static IsValidName ( String name ) : System.Boolean
name String
return System.Boolean

IsValidTag() public static method

public static IsValidTag ( String tag ) : System.Boolean
tag String
return System.Boolean

arrayToString() public static method

public static arrayToString ( String values ) : String
values String
return String