Creates
String using codepoints from the specified clusters.
Namespace:
Aspose.Words.Shaping
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic static string GetString(
Cluster[] clusters
)
Public Shared Function GetString (
clusters As Cluster()
) As String
public:
static String^ GetString(
array<Cluster^>^ clusters
)
static member GetString :
clusters : Cluster[] -> string
Parameters
- clusters
- Type: Aspose.Words.ShapingCluster
Return Value
Type:
String
See Also