IEntityCodec.dcharTo

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

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

Parameters

Char

type to convert to

c dchar

character to convert

output Char[]

buffer to write the output to

Return Value

Type: Char[]

converted character

Meta