Method parseObject(String source)
Return type: java.lang.Object
Member of: java.text.Format
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 format.parseObject("11.11.2002");
2 Complex actual = (Complex)complexFormat.parseObject(source);
3 Complex actual = (Complex)complexFormat.parseObject(source);
4 Complex actual = (Complex)complexFormat.parseObject(source);
5 Date date=(Date)__dateReceive[i].parseObject(val);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.