Click or drag to resize
StringListanyCharInRange Method

[Missing <summary> documentation for "M:Planetbase.StringList.anyCharInRange(System.String,System.Int32,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static bool anyCharInRange(
	string str,
	int min,
	int max
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Planetbase.StringList.anyCharInRange(System.String,System.Int32,System.Int32)"]

min
Type: SystemInt32

[Missing <param name="min"/> documentation for "M:Planetbase.StringList.anyCharInRange(System.String,System.Int32,System.Int32)"]

max
Type: SystemInt32

[Missing <param name="max"/> documentation for "M:Planetbase.StringList.anyCharInRange(System.String,System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Planetbase.StringList.anyCharInRange(System.String,System.Int32,System.Int32)"]

See Also