Class FCString
Inheritance
System.Object
FCString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: fcSDK.dll
Syntax
public class FCString : ClarifyDataObject, IDataObject
Properties
Application
Declaration
public string Application { get; }
Property Value
Type |
Description |
System.String |
|
Culture
Declaration
public CultureInfo Culture { get; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
IDKey
Declaration
public string IDKey { get; }
Property Value
Type |
Description |
System.String |
|
LocaleName
Declaration
public string LocaleName { get; }
Property Value
Type |
Description |
System.String |
|
NameKey
Declaration
public string NameKey { get; }
Property Value
Type |
Description |
System.String |
|
StringID
Declaration
public int StringID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Value
Declaration
public string Value { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetCultureForCultureName(String, String, String)
Declaration
public static CultureInfo GetCultureForCultureName(string cultureName, string requestingObjType, string itemID)
Parameters
Type |
Name |
Description |
System.String |
cultureName |
|
System.String |
requestingObjType |
|
System.String |
itemID |
|
Returns
Type |
Description |
System.Globalization.CultureInfo |
|
Implements