DataEngine for .NET
Rpl メソッド

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > Op クラス : Rpl メソッド
文字列オペランド。
置換元の部分文字列。
置換先の部分文字列。
置換:文字列に対する単項単純(集計なし)演算。
シンタックス
'宣言
 
Public Shared Function Rpl( _
   ByVal col As Column, _
   ByVal oldValue As System.String, _
   ByVal newValue As System.String _
) As ColumnOp
public static ColumnOp Rpl( 
   Column col,
   System.string oldValue,
   System.string newValue
)

パラメータ

col
文字列オペランド。
oldValue
置換元の部分文字列。
newValue
置換先の部分文字列。
参照

Op クラス
Op メンバ