Click or drag to resize

RecordTypesUtilsGetTypedFieldValues Method

Returns typed field values converted to string

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static IEnumerable<string> GetTypedFieldValues(
	this ITypedField field
)

Parameters

field  ITypedField
Record Field

Return Value

IEnumerableString
Field values.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITypedField. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also