| 名前 | 解説 | |
|---|---|---|
![]() ![]() | IImageFromObjectProc | Delegate to create an GrapeCity.Documents.Drawing.IImage instance from an object. |
![]() ![]() | ZeroPoint | |
![]() ![]() | ZeroRect | |
![]() ![]() | ZeroSize |
Utilsデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() ![]() | IImageFromObjectProc | Delegate to create an GrapeCity.Documents.Drawing.IImage instance from an object. |
![]() ![]() | ZeroPoint | |
![]() ![]() | ZeroRect | |
![]() ![]() | ZeroSize |
| 名前 | 解説 | |
|---|---|---|
![]() ![]() | AreDoublesSame | Compares two doubles and returns true if they are same, unlike standard "double == double" returns true for two NaN values. |
![]() ![]() | AreObjectArraysEqual | Compares two object arrays using AreObjectsEqual method, returns true if arrays have same size and contains same objects. |
![]() ![]() | AreObjectsEqual | Compares two objects using Equals() methods, returns true if both objects are null. Null and System.DBNull interpretted as same values. |
![]() ![]() | AsNumber | For internal use. |
![]() ![]() | Assign | オーバーロードされます。 Assigns all from another object. |
![]() ![]() | BarCodeEnumToCodeType | Converts BarCodeEnum value to GrapeCity.Documents.Barcode.CodeType value. |
![]() ![]() | Compare | Compares two strings, could be used in Xaml and WinForms. |
![]() ![]() | CopyStream | Copies content of one stream to another. |
![]() ![]() | DeflateHalfLine | Substracts half of left, top etc from the appropriate edge of the rect. |
![]() ![]() | FastFind | Search the index of specified element in array of numbers. |
![]() ![]() | FindTextInstances | Finds instances of text in a string. |
![]() ![]() | FormatValueC1Report | Formats specified value using C1Report syntax. |
![]() ![]() | FromTwips | |
![]() ![]() | GetFlag | Determines if the flags match the mask. |
![]() ![]() | GetImageEmbeddedResource | オーバーロードされます。 Gets the image from embedded resource. |
![]() ![]() | GetInterface | Searches for the specified interface, specifying whether to do a case-insensitive search for the interface name. |
![]() ![]() | GetMethod | Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints. |
![]() ![]() | GetMinMax | Gets minimal and maximal numbers. |
![]() ![]() | GetNearText | Gets the text which is "near" to specified position. |
![]() ![]() | GetParameterlessCtor | Returns default instance parameter-less constructor for the specified type. |
![]() ![]() | GetProperty | Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints. |
![]() ![]() | GetRelativePath | Returns the relative path, for example: GetRelativePath("c:\temp", "c:\temp\qq\zz.txt") returns "qq\zz.txt". |
![]() ![]() | GetResourceImage | Gets the resource image. |
![]() ![]() | GetResourceStream | Gets resource stream from specified assembly. |
![]() ![]() | GetStringEmbeddedResource | オーバーロードされます。 Get string of embedded resource. |
![]() ![]() | GetWord | Gets the word in the text near to specified position. |
![]() ![]() | InflateHalfLine | Adds half of left, top etc to the appropriate edge of the rect. |
![]() ![]() | IsCancelled | Determines if task cancelled by an exception used to communicate task cancellation. |
![]() ![]() | IsCulturesSame | Determines if the culture name is the same. |
![]() ![]() | IsEmpty | Returns a value indicating whether a value is null, System.DBNull or empty array. |
![]() ![]() | IsEnum | Gets a value indicating whether the current Type represents an enumeration. |
![]() ![]() | IsNull | Returns a value indicating whether a value is null or System.DBNull. |
![]() ![]() | IsNumber | Checks whether object represents numeric value, i.e. it is byte, integer, float etc. |
![]() ![]() | IsValueType | Gets a value indicating whether the Type is a value type. |
![]() ![]() | IsWholeWord | Determines if the entire word is contained in the specified string. |
![]() ![]() | SamePaperSizes | Tests two sizes for equality allowing a small margin for rounding errors. |
![]() ![]() | SetFlag | Sets the flags by mask. |
![]() ![]() | Swap<T> | Swaps two values. |
![]() ![]() | ToBytes | Extracts bytes from IImage. |
![]() ![]() | ToImage | Extracts Image from IImage. |
![]() ![]() | ToTwips | Converts value in pixels to the value in twips. |
![]() ![]() | TryAsNumber | Checks whether object represents numeric value, i.e. it is byte, integer, float etc and converts it to double. Returns false if object is not number. |
![]() ![]() | TryCastNumber | Based on old C1Report code, used to convert any object to double, see function's source code for details. Returns true if conversion successfull, false otherwise. |
![]() ![]() | TryObjectAsDouble | Tries convert object to double. |
![]() ![]() | ValidateFileName | Check specified string and removed all characters which can not be in file name. |
![]() ![]() | ValueToString | Converts value to string, returns "NULL" if value is null, otherwise returns string in format: "value.ToString()(value.GetType().FullName)". |