IEntityCodec.charTo

Static template method to convert from a char to another type.

  1. Char[] charTo(char c)
    class IEntityCodec(E : IEntitySet)
    protected static
    Char[]
    charTo
    (
    Char
    )
    (
    char c
    )
  2. Char[] charTo(char[] text, Char[] output)

Parameters

Char

type to convert to

c char

character to convert

Return Value

Type: Char[]

converted character

Meta