Photon Fusion 2.1.1

UTF32Tools.CharEnumerator Struct Reference

Enumerates the characters in a UTF-32 encoded string. More...

Public Member Functions

void Dispose ()
 Releases all resources used by the CharEnumerator.
bool MoveNext ()
 Advances the enumerator to the next character in the UTF-32 encoded string.
void Reset ()
 Sets the enumerator to its initial position.

Properties

char Current [get]
 Gets the current character in the enumeration.

Detailed Description

Enumerates the characters in a UTF-32 encoded string.