ShadowFilteringGenShadowValue Method (Object, ShadowAlgorithm) |
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string GenShadowValue(
Object val,
ShadowAlgorithm algorithm
)
Public Shared Function GenShadowValue (
val As Object,
algorithm As ShadowAlgorithm
) As String
Parameters
- val
- Type: SystemObject
The un-shadowed value that will be treated as a string. - algorithm
- Type: NetQuarry.DataShadowAlgorithm
The algorithm to apply.
Return Value
Type:
StringThe transformed value appropriate for shadowing.
See Also