IEntityCodec.dcharTo

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

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

Parameters

Char

type to convert to

text dchar[]

string to convert

output Char[]

buffer to write the output to

Return Value

Type: Char[]

converted string

Meta