IEntityCodec.charTo

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

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

Parameters

Char

type to convert to

text char[]

string to convert

output Char[]

buffer to write the output to

Return Value

Type: Char[]

converted string

Meta