JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
B
C
D
E
F
G
H
I
J
M
O
P
R
S
T
U
V
W
X
P
parseStringToByte(CharSequence, byte, String, String)
- Static method in class com.mgnt.utils.
TextUtils
This method parses a String to Numeric value.
parseStringToDouble(CharSequence, double, String, String)
- Static method in class com.mgnt.utils.
TextUtils
This method parses a String to Numeric value.
parseStringToFloat(CharSequence, float, String, String)
- Static method in class com.mgnt.utils.
TextUtils
This method parses a String to Numeric value.
parseStringToInt(CharSequence, int, String, String)
- Static method in class com.mgnt.utils.
TextUtils
This method parses a String to its Numeric value.
parseStringToLong(CharSequence, long, String, String)
- Static method in class com.mgnt.utils.
TextUtils
This method parses a String to Numeric value.
parseStringToShort(CharSequence, short, String, String)
- Static method in class com.mgnt.utils.
TextUtils
This method parses a String to Numeric value.
parseStringToTimeInterval(String)
- Static method in class com.mgnt.utils.
TextUtils
This method parses String value into
TimeInterval
.
parsingStringToTimeInterval(String)
- Static method in class com.mgnt.utils.
TextUtils
Deprecated.
Use
TextUtils.parseStringToTimeInterval(String)
instead. The new method the same as this one except the name change. This method is left for backwards compatibility only and will be removed in future versions.
B
C
D
E
F
G
H
I
J
M
O
P
R
S
T
U
V
W
X
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes