FlexReport for WinForms
Utils クラス メソッド


C1.Document アセンブリ > C1.Document 名前空間 : Utils クラス

このクラスのメンバの一覧は、Utilsメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドstatic (Shared in Visual Basic)Compares two doubles and returns true if they are same, unlike standard "double == double" returns true for two NaN values.  
Public メソッドstatic (Shared in Visual Basic)Compares two object arrays using AreObjectsEqual method, returns true if arrays have same size and contains same objects.  
Public メソッドstatic (Shared in Visual Basic)Compares two objects using Equals() methods, returns true if both objects are null. Null and System.DBNull interpretted as same values.  
Public メソッドstatic (Shared in Visual Basic)For internal use.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Assigns all from another object.  
Public メソッドstatic (Shared in Visual Basic)Converts BarCodeEnum value to GrapeCity.Documents.Barcode.CodeType value.  
Public メソッドstatic (Shared in Visual Basic)Compares two strings, could be used in Xaml and WinForms.  
Public メソッドstatic (Shared in Visual Basic)Copies content of one stream to another.  
Public メソッドstatic (Shared in Visual Basic)Substracts half of left, top etc from the appropriate edge of the rect.  
Public メソッドstatic (Shared in Visual Basic)Search the index of specified element in array of numbers.  
Public メソッドstatic (Shared in Visual Basic)Finds instances of text in a string.  
Public メソッドstatic (Shared in Visual Basic)Formats specified value using C1Report syntax.  
Public メソッドstatic (Shared in Visual Basic)  
Public メソッドstatic (Shared in Visual Basic)Determines if the flags match the mask.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Gets the image from embedded resource.  
Public メソッドstatic (Shared in Visual Basic)Searches for the specified interface, specifying whether to do a case-insensitive search for the interface name.  
Public メソッドstatic (Shared in Visual Basic)Searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints.  
Public メソッドstatic (Shared in Visual Basic)Gets minimal and maximal numbers.  
Public メソッドstatic (Shared in Visual Basic)Gets the text which is "near" to specified position.  
Public メソッドstatic (Shared in Visual Basic)Returns default instance parameter-less constructor for the specified type.  
Public メソッドstatic (Shared in Visual Basic)Searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.  
Public メソッドstatic (Shared in Visual Basic)Returns the relative path, for example: GetRelativePath("c:\temp", "c:\temp\qq\zz.txt") returns "qq\zz.txt".  
Public メソッドstatic (Shared in Visual Basic)Gets the resource image.  
Public メソッドstatic (Shared in Visual Basic)Gets resource stream from specified assembly.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Get string of embedded resource.  
Public メソッドstatic (Shared in Visual Basic)Gets the word in the text near to specified position.  
Public メソッドstatic (Shared in Visual Basic)Adds half of left, top etc to the appropriate edge of the rect.  
Public メソッドstatic (Shared in Visual Basic)Determines if task cancelled by an exception used to communicate task cancellation.  
Public メソッドstatic (Shared in Visual Basic)Determines if the culture name is the same.  
Public メソッドstatic (Shared in Visual Basic)Returns a value indicating whether a value is null, System.DBNull or empty array.  
Public メソッドstatic (Shared in Visual Basic)Gets a value indicating whether the current Type represents an enumeration.  
Public メソッドstatic (Shared in Visual Basic)Returns a value indicating whether a value is null or System.DBNull.  
Public メソッドstatic (Shared in Visual Basic)Checks whether object represents numeric value, i.e. it is byte, integer, float etc.  
Public メソッドstatic (Shared in Visual Basic)Gets a value indicating whether the Type is a value type.  
Public メソッドstatic (Shared in Visual Basic)Determines if the entire word is contained in the specified string.  
Public メソッドstatic (Shared in Visual Basic)Tests two sizes for equality allowing a small margin for rounding errors.  
Public メソッドstatic (Shared in Visual Basic)Sets the flags by mask.  
Public メソッドstatic (Shared in Visual Basic)Swaps two values.  
Public メソッドstatic (Shared in Visual Basic)Extracts bytes from IImage.  
Public メソッドstatic (Shared in Visual Basic)Extracts Image from IImage.  
Public メソッドstatic (Shared in Visual Basic)Converts value in pixels to the value in twips.  
Public メソッドstatic (Shared in Visual Basic)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.  
Public メソッドstatic (Shared in Visual Basic)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.  
Public メソッドstatic (Shared in Visual Basic)Tries convert object to double.  
Public メソッドstatic (Shared in Visual Basic)Check specified string and removed all characters which can not be in file name.  
Public メソッドstatic (Shared in Visual Basic)Converts value to string, returns "NULL" if value is null, otherwise returns string in format: "value.ToString()(value.GetType().FullName)".  
トップ
参照

参照

Utils クラス
C1.Document 名前空間