public class StringConversionUtil
extends java.lang.Object
| Constructor and Description |
|---|
StringConversionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
castTypedValueString(java.lang.String s)
Converts a typed String representation back to an Object.
|
static java.lang.String |
createTypedValueString(java.lang.Object o)
Creates a String representation of an object that preserves the object type.
|
public static java.lang.String createTypedValueString(java.lang.Object o)
o - the object to convertpublic static java.lang.Object castTypedValueString(java.lang.String s)
s - the StringCopyright © 2015 Whizzo Software LLC. All rights reserved.