Esempio n. 1
0
 public override Func <IExtractContext, string[]> Apply(double operand, DecodeContext decodeContext)
 {
     return(LdcConverterUtilities.Apply(
                decodeContext.PrepareContext.MetadataContext.DoubleType,
                operand,
                decodeContext));
 }
Esempio n. 2
0
 public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext)
 {
     return(LdcConverterUtilities.Apply(6, decodeContext));
 }