Replace: unary, simple (without aggregation) operation on strings.
シンタックス
'宣言
Public Shared Function Rpl( _
ByVal As Column, _
ByVal As System.String, _
ByVal As System.String _
) As ColumnOp
public static ColumnOp Rpl(
Column ,
System.string ,
System.string
)
パラメータ
- col
- String operand.
- oldValue
- Substring to replace.
- newValue
- Substring to replace it with.
参照