#include <TextConverter.h>
Static Public Member Functions | |
| String | stringToText (const String &string) |
| Stringからテキストへの変換. | |
| String | textToString (const String &text) |
| テキストからStringへの変換 | |
Definition at line 36 of file TextConverter.h.
|
|
Stringからテキストへの変換.
Definition at line 33 of file TextConverter.cpp. References Lamp::String::getBytes(), Lamp::String::getSize(), and StdStrinc. |
|
|
テキストからStringへの変換
Definition at line 110 of file TextConverter.cpp. References Assert, AssertMessage, Lamp::String::charAt(), Lamp::String::getBytes(), Lamp::String::getSize(), and StdStrinc. |
1.3.2