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