IdeaBlade DevForce 2010 Help Reference
Possessive Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > GrammarLibrary Class : Possessive Method



pParams
Returns the possessive of a subject.

Syntax

Visual Basic (Declaration) 
Public Overridable Function Possessive( _
   ByVal pParams() As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As GrammarLibrary
Dim pParams() As String
Dim value As String
 
value = instance.Possessive(pParams)
C# 
public virtual string Possessive( 
   string[] pParams
)
C++/CLI 
public:
virtual String^ Possessive( 
   array<String^>^ pParams
) 

Parameters

pParams

Remarks

This method is reflectively called from GrammarString.Format() when the format string contains the syntax: "{possessive(subject)}". For example, the statement GrammarString.Format("{possessive({0})} diner", "Joe") results in the string "Joe's diner".

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.